const runtime.minLegalPointer
4 uses
runtime (current package)
checkptr.go#L51: if 0 < uintptr(p) && uintptr(p) < minLegalPointer {
malloc.go#L325: minLegalPointer uintptr = 4096
mwbbuf.go#L231: if ptr < minLegalPointer {
stack.go#L622: if f.valid() && 0 < p && p < minLegalPointer && debug.invalidptr != 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |